Skip to content

Conversation

@simonjayhawkins
Copy link
Member

CI testing alternative to #37336

@simonjayhawkins simonjayhawkins added ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data labels Oct 22, 2020
raise TypeError(msg)


class StringArrayBase(ExtensionArray):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was for consistency with StringDtypeBase below and a first step towards #35169 (comment)

not actually needed for task in hand, i.e. fix astype failures.

pass


class StringDtypeBase(ExtensionDtype):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could alternative live in pandas\core\dtypes\base.py (might also prevent circular imports)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants